home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / mint / duftp / init.h < prev    next >
C/C++ Source or Header  |  1995-06-15  |  184b  |  14 lines

  1. /*
  2.     DUFTP
  3. */
  4.  
  5. // Header for initialisation routines
  6.  
  7. #ifndef _DUFTP_INIT_
  8. #define _DUFTP_INIT_
  9.  
  10. extern void initialise(void);
  11. extern void reset_remote_list(void);
  12.  
  13. #endif
  14.